From: Juanma Barranquero Date: Thu, 22 Nov 2007 13:52:04 +0000 (+0000) Subject: (make-symbolic-link): Declare as function. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~25685 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5ba0fd437fe9d8d2b7330728d65927fd9f7c6f70;p=emacs.git (make-symbolic-link): Declare as function. --- diff --git a/lisp/wdired.el b/lisp/wdired.el index a76ac809feb..39d27d57848 100644 --- a/lisp/wdired.el +++ b/lisp/wdired.el @@ -556,6 +556,7 @@ If OLD, return the old target. If MOVE, move point before it." (if move (goto-char (1- beg))))) (and target (wdired-normalize-filename target)))) +(declare-function make-symbolic-link "fileio.c") ;; Perform the changes in the target of the changed links. (defun wdired-do-symlink-changes ()